home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / minute.dir / 00005.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  125 b   |  8 lines

  1. on mouseDown
  2.   set pressedBtn to hBtnToggle(14, 40, 45)
  3.   if pressedBtn = 1 then
  4.     sound stop 1
  5.     play done
  6.   end if
  7. end
  8.